Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use pd.concat instead of append (perf and warning) #91

Merged
merged 1 commit into from
Mar 19, 2022

Conversation

ltearno
Copy link
Contributor

@ltearno ltearno commented Mar 17, 2022

the use of DataFrame.append was causing a warning (it is deprecated and will be removed soon).
We use pandas.concat instead, which is future proof. Meanwhile it seems from the performance
tests I saw on the web that pandas.concat is faster than append, so we win on all plans !

@dmarx dmarx merged commit a11d599 into pytti-tools:main Mar 19, 2022
@dmarx
Copy link
Member

dmarx commented Mar 19, 2022

thanks for the contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants